home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
6-Developer Demos
/
Developer Demos-Ed.
/
Macintosh School® CD-ROM Demo
/
Macintosh SchoolÆ CD-ROM Demo
/
background_93876.txt
< prev
next >
Wrap
Text File
|
1990-08-14
|
654b
|
28 lines
-- background: 93876 from stack: in
-- bmap block id: 94397
-- flags: 0000
-- background id: 0
-- name: CSL Library
----- HyperTalk script -----
on openBackground
installMenuBar 1080,1081,1082,1083,1084,1085,-207,-208,-209,-210
end openBackground
on closeBackground
restoreMenuBar
end closeBackground
on doMenu menuItem
lock screen
if menuItem contains "About" then
go to card short name of this background of background "About"
unlock screen with zoom close
else if menuItem is "Home" then
go home
else if menuItem contains "Quit" then
go to card "Mac School® Shell"
unlock screen with zoom close
end if
end doMenu